home *** CD-ROM | disk | FTP | other *** search
/ Pocket PC Game Programming / Pocket PC Game Programming.iso / source / readme.txt
Text File  |  2001-03-21  |  853b  |  6 lines

  1. This directory contains all of the source code for the book, including the sample games and the game library.  The support files (bitmaps, waves) are located in the \Projects directory, along with the runtime versions of all the programs that can be copied directly to your Pocket PC.
  2.  
  3. Each chapter includes its own version of the game library, developed to that point. The final, complete version of the game library is located in \GameLibrary.
  4.  
  5. I have copied the game library header files into each chapter as the book was developed. A more efficient method would be to copy the include files over to your Pocket PC development directory, under \wce300\include. The same goes for the gamelibrary.lib files. Copying them over to the appropriate binary in \wce300\lib will eliminate the need to have a local copy of the game library for each game.
  6.